/*重置样式 start*/
*{
	margin: 0;
	padding: 0;
}
body{
	 -webkit-font-smoothing: antialiased;
}
ul,ol{
	list-style: none;
}
img{
	border:0;
}
a{
	text-decoration: none;
	color: #666;
}
a:focus{
		outline: none;
		border:0;
	}
i{
	font-style: normal;
}
table{
	table-layout:fixed;
}
h1,h2,h3,h4,h5,h6,div,p,li,a,textarea,span{
		word-break: break-word;
		
}
div::-webkit-scrollbar {display:none;}
p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
}
a:hover{
	text-decoration: none;
}

body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{
	 margin: 0;
	 padding: 0;
 	 font-weight: normal;
	}
html,body{
	font-family:"微软雅黑",Helvetica,NotoSansHans-Regular,ArialMT,"思源黑体","冬青黑体","苹方",Arail,Tabhoma,"华文黑体","黑体"; 
	text-align: left;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content: "";
	display: block;
	clear:both;
	vertical-align: middle;
	height: 0;
}
select::-ms-expand { display: none; }
input::-webkit-input-placeholder { 
    color:#999;
}
input::-moz-placeholder { 
    color:#999;
}
input::-ms-input-placeholder { 
    color:#999;
}
textarea::-webkit-input-placeholder { 
    color:#999;
}
textarea::-moz-placeholder { 
    color:#999;
}
textarea::-ms-input-placeholder { 
    color:#999;
}
select::-ms-expand { display: none; }
input[type="button"],input[type="submit"],input[type="reset"]{
	-webkit-appearance: none;
	-webkit-user-select:none;
}
input,textarea,select{
	 outline: none; 
	 border:0; 
	 background: transparent; 
	appearance:none;
	-moz-appearance:none;
	 -webkit-appearance:none; 
	-webkit-user-select:none;
	vertical-align: middle;
cursor: pointer;
}
textarea{
	resize: none;
	font-family:"微软雅黑",Helvetica,"思源黑体",NotoSansHans-Regular,ArialMT,"冬青黑体","苹方",Arail,Tabhoma,"华文黑体","黑体"; 
}

.imagespa{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.opc{
    opacity: 0;
    filter:alpha(opacity=0);   
    -moz-opacity:0;   
    -khtml-opacity: 0;  
}
.fr{
	float: right;
}
.fl{
	float: left;
}
/*弹出层start*/
.popupwrap{
	width: 360px;
	height: 130px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 55;
	background: #fff;
	display: none;
}
.close{
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}
.close img{
	width: 24px;
	height: 24px;
	float: right;
}
.popupcontent{
	width: 100%;
	height: 60px;
	color: #333;
	font-size: 20px;
	padding:0 15px;
	box-sizing: border-box;
}
.popupbtn a{
	display: block;
	float: right;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
	padding:5px 10px;
}
.determine{
	background: #118adb;
}
.cancel{
	background: #D7000F;
}
.popupmask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.hide{
	display: none;
}
.show{
	display: block;
}

/*弹出层end*/


/*兼容iphx*/
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio : 3){
	@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
	   .wrapper {
	      padding-bottom: max(0.54rem, env(safe-area-inset-bottom)) !important;
	   }	
	}
}
